home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 04 - 1988 / 04.11 Nov 88 / fast rotate source / build script next >
Encoding:
Text File  |  1988-05-17  |  276 b   |  6 lines  |  [TEXT/MPS ]

  1. ### Assemble, link, and rez the rot4edit program,
  2. ### including the changes in rotate.a.
  3. asm rotate.a -o rotate.a.o -wb
  4. link -o testProg rotate.a.o rot4edit.p.o {mpw}libraries:Runtime.o {mpw}libraries:Interface.o {mpw}Plibraries:paslib.o
  5. rez -a -o testProg rot4edit.r
  6. testProg